home *** CD-ROM | disk | FTP | other *** search
- /*************************************************************************
- * "sicoltbl.h"
- *-------------------------------------------------------------------------
- * Color table library
- * Copyright (c) 1993, TaroPYON
- *************************************************************************/
-
- #ifndef _SICOLTBL_H
- #define _SICOLTBL_H
-
- #ifndef _SIDEFS_H
- # include <sidefs.h>
- #endif
-
- /* "SCN/sicoltbl.h" ------------------------------------------------*/
-
- #define C_BLACK (SiScn->layerCrt->colTbl[0])
- #define C_BLUE (SiScn->layerCrt->colTbl[1])
- #define C_RED (SiScn->layerCrt->colTbl[2])
- #define C_MAGENTA (SiScn->layerCrt->colTbl[3])
- #define C_GREEN (SiScn->layerCrt->colTbl[4])
- #define C_CYAN (SiScn->layerCrt->colTbl[5])
- #define C_YELLOW (SiScn->layerCrt->colTbl[6])
- #define C_WHITE (SiScn->layerCrt->colTbl[7])
- #define C_HBLACK (SiScn->layerCrt->colTbl[8])
- #define C_HBLUE (SiScn->layerCrt->colTbl[9])
- #define C_HRED (SiScn->layerCrt->colTbl[10])
- #define C_HMAGENTA (SiScn->layerCrt->colTbl[11])
- #define C_HGREEN (SiScn->layerCrt->colTbl[12])
- #define C_HCYAN (SiScn->layerCrt->colTbl[13])
- #define C_HYELLOW (SiScn->layerCrt->colTbl[14])
- #define C_HWHITE (SiScn->layerCrt->colTbl[15])
-
- #define C_THROUGH (SiScn->layerCrt->col.though) /* 透明色 */
- #define C_MBLACK (SiScn->layerCrt->col.black) /* 黒 */
- #define C_LGRAY (SiScn->layerCrt->col.lgray) /* ライトグレイ */
-
- #endif
-